home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Auslogics BoostSpeed 4.2.7.172 / boost-speed-setup.exe / {app} / commonforms.dll / 0 / RCDATA / TFRMSIMPLEPROGRESS / TFRMSIMPLEPROGRESS.txt < prev   
Text File  |  2008-10-25  |  1KB  |  59 lines

  1. object frmSimpleProgress: TfrmSimpleProgress
  2.   Left = 293
  3.   Top = 310
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'frmSimpleProgress'
  7.   ClientHeight = 87
  8.   ClientWidth = 410
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnHide = FormHide
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object lblAction: TLabel
  24.     Left = 48
  25.     Top = 8
  26.     Width = 353
  27.     Height = 45
  28.     AutoSize = False
  29.     Caption = 'lblAction'
  30.     Transparent = True
  31.     WordWrap = True
  32.   end
  33.   object Image1: TImage
  34.     Left = 8
  35.     Top = 12
  36.     Width = 32
  37.     Height = 32
  38.     AutoSize = True
  39.     Picture.Data = {<image000.TPNGObject>}
  40.   end
  41.   object pbMain: TProgressBar
  42.     Left = 48
  43.     Top = 28
  44.     Width = 353
  45.     Height = 17
  46.     TabOrder = 0
  47.   end
  48.   object btnStop: TButton
  49.     Left = 296
  50.     Top = 56
  51.     Width = 107
  52.     Height = 25
  53.     Caption = 'Stop'
  54.     Default = True
  55.     TabOrder = 1
  56.     OnClick = btnStopClick
  57.   end
  58. end
  59.